Conditions | 1 |
Paths | 1 |
Total Lines | 1 |
Lines | 1 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | View Code Duplication | var RateLimit = /** @class */ (function () { |
|
20 | RateLimit.prototype.getTimeLeft = function () { return this.currentTime; }; |
||
21 | RateLimit.prototype.isActive = function () { return this.active; }; |
||
47 | //# sourceMappingURL=ratelimit.js.map |